runtime.traceBufHeader.lastTime (field)
8 uses
runtime (current package)
tracebuf.go#L103: if ts <= w.traceBuf.lastTime {
tracebuf.go#L104: ts = w.traceBuf.lastTime + 1
tracebuf.go#L106: w.traceBuf.lastTime = ts
tracebuf.go#L167: lastTime traceTime // when we wrote the last event
traceevent.go#L157: if ts <= w.traceBuf.lastTime {
traceevent.go#L158: ts = w.traceBuf.lastTime + 1
traceevent.go#L160: tsDiff := uint64(ts - w.traceBuf.lastTime)
traceevent.go#L161: w.traceBuf.lastTime = ts
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |